From 9a684accfea1b786d8a3b36d97f339ce0ea2e236 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Oct 2016 09:58:36 -0400 Subject: [PATCH] Add border-width to the migration guide No good answers here yet. --- docs/reference/gtk/migrating-3to4.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index b818a7f2c7..d45b688a7c 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -121,6 +121,15 @@ +
+ Stop using GtkContainer::border-width + + GTK+ 4 has removed the #GtkContainer::border-width property. + Use other means to influence the spacing of your containers. + FIXME: what are those ? + +
+ -- 2.30.2